home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS11.ADF
/
Modula-2
/
Trails
/
TrailsScreen.DEF
< prev
next >
Wrap
Text File
|
1986-08-05
|
439b
|
22 lines
DEFINITION MODULE TrailsScreen;
(*
This module initializes the window and screen for
the trails program.
Created: 5/24/86 by Richie Bielak
Modified:
Copyright (c) 1986 by Richard Bielak
This program maybe freely copied. But please
leave my name in. Thanks.....Richie
*)
FROM Intuition IMPORT WindowPtr, ScreenPtr;
PROCEDURE SetUpScreen (VAR wp : WindowPtr;
VAR sp : ScreenPtr);
END TrailsScreen.